home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 29 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.ptd.net!news
  2. From: hankduck@postoffice.ptd.net (hankduck)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: PPP cant init serial.device
  5. Date: 1 Jan 1996 18:53:58 GMT
  6. Organization: ProLog - PenTeleData, Inc.
  7. Message-ID: <1058.6574T645T1747@postoffice.ptd.net>
  8. References: <4br5oj$6uq@yarrow.wt.com.au> <1771.6571T889T1858@pc.tue.bawue.de> <19951229.117B8E8.F316@olympus.net>
  9. NNTP-Posting-Host: cs1-06.spa.ptd.net
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. >: >(do i need to put SERDEV=serial.device etc ?? the docs say not, i have
  13. >: >tried both without success) I installed every thing as per the PPP docs. 
  14. >: >When i run startnet it  opens the dailer window, and does the following...
  15.  
  16. Absolutely not!
  17. >: 
  18. >: >ECHO ON
  19. >: >TIMEOUT 1500
  20. >: >REDIAL "BUSY"
  21. >: >SEND "ATDT3814188"
  22. >: >WAIT "sername:"
  23.  
  24. Here's my dialscript for a commercial net provider. AmiTCP/PPP. I don't use
  25. a terminal program. I use Thor for news and EMail, AMosaic and IBrowse for
  26. WWW, and Gui-FTP for downloads.
  27.  
  28. ECHO ON
  29. TIMEOUT 2000
  30. REDIAL "BUSY"
  31. SEND "ATZ"
  32. WAIT "OK"
  33. SEND "AT&C1"
  34. WAIT "OK"
  35. SEND "AT&D2"
  36. WAIT "OK"
  37. SEND "ATDT"[your provider phone number]"
  38. WAIT "CONNECT"
  39. SEND ""
  40. WAIT "Username:"
  41. SEND "[your username]"
  42. WAIT "Password:"
  43. SEND "[your password]"
  44. WAIT ""
  45. SEND "PPP"
  46. WAIT "[your provider prompt]" 
  47. DELAY 50
  48. ECHO OFF>: 
  49.  
  50. I use 57600 for my sana2/ppp.config setting and it's the same in my serial
  51. prefs file. 
  52.  
  53.  
  54. Hank Duckman  from the beautiful northwest New Jersey/ running A2000, G'040@33, 16 megs ram, Picasso, Emplant, VLab, Opal
  55.  
  56.